Html Css Color HEX #CB7F13 Ochre

📋 copy color: '#CB7F13'

red 203 ◦ green 127 ◦ blue 19

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

Shades of Ochre #CB7F13

Tints of Ochre #CB7F13

RGB

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

 GREEN value IS 127 (50% from 255) = 36.39%

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

R = 58.17%
G = 36.39%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB7F13 (or 0xCB7F13) is known color: Ochre. HEX triplet: CB, 7F and 13. RGB value is (203,127,19). Sum of RGB (Red+Green+Blue) = 203+127+19=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7F13 is #3480EC. Grayscale: #898989. Windows color (decimal): -3440877 or 1277899. OLE color: 1277899.

HSL color Cylindrical-coordinate representation of color #CB7F13: hue angle of 35.22º 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 #CB7F13 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 127 19 -
CMYK 0 0.37 0.91 0.20
HSL 35.22º 0.83% 0.44% -
HSV(B) 35.22º 0.91% 0.8% -
XYZ 32.34 27.92 4.3 -
YUV 137.41 61.18 174.78 -
System Red Green Blue C M Y K H S L
Decimal 203 127 19 0 0.37 0.91 0.20 35.22 0.83 0.44
Hex CB 7F 13 0 25 5B 14 23 53 2C
Octal 313 177 23 0 45 133 24 43 123 54
Binary 11001011 1111111 10011 0 100101 1011011 10100 100011 1010011 101100

Color Harmonies of #CB7F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7F13

Black with #CB7F13

Text Example


Text Example

White with #CB7F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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