Html Css Color HEX #CB7A1E Ochre

📋 copy color: '#CB7A1E'

red 203 ◦ green 122 ◦ blue 30

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

Shades of Ochre #CB7A1E

Tints of Ochre #CB7A1E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.37%

 BLUE value IS 30 (12.11% from 255) = 8.45%

R = 57.18%
G = 34.37%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB7A1E (or 0xCB7A1E) is known color: Ochre. HEX triplet: CB, 7A and 1E. RGB value is (203,122,30). Sum of RGB (Red+Green+Blue) = 203+122+30=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7A1E is #3485E1. Grayscale: #888888. Windows color (decimal): -3442146 or 1997515. OLE color: 1997515.

HSL color Cylindrical-coordinate representation of color #CB7A1E: hue angle of 31.91º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB7A1E is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 122 30 -
CMYK 0 0.40 0.85 0.20
HSL 31.91º 0.74% 0.46% -
HSV(B) 31.91º 0.85% 0.8% -
XYZ 31.82 26.71 4.71 -
YUV 135.73 68.34 175.98 -
System Red Green Blue C M Y K H S L
Decimal 203 122 30 0 0.40 0.85 0.20 31.91 0.74 0.46
Hex CB 7A 1E 0 28 55 14 20 4A 2E
Octal 313 172 36 0 50 125 24 40 112 56
Binary 11001011 1111010 11110 0 101000 1010101 10100 100000 1001010 101110

Color Harmonies of #CB7A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7A1E

Black with #CB7A1E

Text Example


Text Example

White with #CB7A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7A1E; }

 p { color: rgb(203,122,30); }

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

background-color css

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

 a { background-color: rgb(203,122,30); }

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

border-color css

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

 span { border-color: rgb(203,122,30); }

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