Html Css Color HEX #CB7D13 Ochre

📋 copy color: '#CB7D13'

red 203 ◦ green 125 ◦ blue 19

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

Shades of Ochre #CB7D13

Tints of Ochre #CB7D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.48%

R = 58.5%
G = 36.02%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB7D13 (or 0xCB7D13) is known color: Ochre. HEX triplet: CB, 7D and 13. RGB value is (203,125,19). Sum of RGB (Red+Green+Blue) = 203+125+19=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7D13 is #3482EC. Grayscale: #888888. Windows color (decimal): -3441389 or 1277387. OLE color: 1277387.

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

Color convert

RGB 203 125 19 -
CMYK 0 0.38 0.91 0.20
HSL 34.57º 0.83% 0.44% -
HSV(B) 34.57º 0.91% 0.8% -
XYZ 32.08 27.41 4.22 -
YUV 136.24 61.84 175.62 -
System Red Green Blue C M Y K H S L
Decimal 203 125 19 0 0.38 0.91 0.20 34.57 0.83 0.44
Hex CB 7D 13 0 26 5B 14 23 53 2C
Octal 313 175 23 0 46 133 24 43 123 54
Binary 11001011 1111101 10011 0 100110 1011011 10100 100011 1010011 101100

Color Harmonies of #CB7D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7D13

Black with #CB7D13

Text Example


Text Example

White with #CB7D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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