Html Css Color HEX #CB7D0D Ochre

📋 copy color: '#CB7D0D'

red 203 ◦ green 125 ◦ blue 13

#CB7D0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CB7D0D

Tints of Ochre #CB7D0D

RGB

 RED value IS 203 (79.69% from 255) = 59.53%

 GREEN value IS 125 (49.22% from 255) = 36.66%

 BLUE value IS 13 (5.47% from 255) = 3.81%

R = 59.53%
G = 36.66%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB7D0D (or 0xCB7D0D) is known color: Ochre. HEX triplet: CB, 7D and 0D. RGB value is (203,125,13). Sum of RGB (Red+Green+Blue) = 203+125+13=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7D0D is #3482F2. Grayscale: #888888. Windows color (decimal): -3441395 or 884171. OLE color: 884171.

HSL color Cylindrical-coordinate representation of color #CB7D0D: hue angle of 35.37º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB7D0D is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 125 13 -
CMYK 0 0.38 0.94 0.20
HSL 35.37º 0.88% 0.42% -
HSV(B) 35.37º 0.94% 0.8% -
XYZ 32.03 27.39 3.98 -
YUV 135.55 58.84 176.11 -
System Red Green Blue C M Y K H S L
Decimal 203 125 13 0 0.38 0.94 0.20 35.37 0.88 0.42
Hex CB 7D D 0 26 5E 14 23 58 2A
Octal 313 175 15 0 46 136 24 43 130 52
Binary 11001011 1111101 1101 0 100110 1011110 10100 100011 1011000 101010

Color Harmonies of #CB7D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7D0D

Black with #CB7D0D

Text Example


Text Example

White with #CB7D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7D0D; }

 p { color: rgb(203,125,13); }

 H1.HeaderClassName
 {
   color: #CB7D0D;
 }
 .AnyTagClassName
 {
   color: #CB7D0D;
 }
</style>

background-color css

<style>
 a { background-color: #CB7D0D; }

 a { background-color: rgb(203,125,13); }

 div.DivClassName
 {
   background-color: #CB7D0D;
 }
 .BgClassName
 {
   background-color: #CB7D0D;
 }
</style>

border-color css

<style>
 span { border-color: #CB7D0D; }

 span { border-color: rgb(203,125,13); }

 td.TdClassName
 {
   border-color: #CB7D0D;
 }
 .TagClassName
 {
   border-color: #CB7D0D;
 }
</style>