Html Css Color HEX #CB7B1D Ochre

📋 copy color: '#CB7B1D'

red 203 ◦ green 123 ◦ blue 29

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

Shades of Ochre #CB7B1D

Tints of Ochre #CB7B1D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.65%

 BLUE value IS 29 (11.72% from 255) = 8.17%

R = 57.18%
G = 34.65%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB7B1D (or 0xCB7B1D) is known color: Ochre. HEX triplet: CB, 7B and 1D. RGB value is (203,123,29). Sum of RGB (Red+Green+Blue) = 203+123+29=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7B1D is #3484E2. Grayscale: #888888. Windows color (decimal): -3441891 or 1932235. OLE color: 1932235.

HSL color Cylindrical-coordinate representation of color #CB7B1D: hue angle of 32.41º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB7B1D is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 123 29 -
CMYK 0 0.39 0.86 0.20
HSL 32.41º 0.75% 0.45% -
HSV(B) 32.41º 0.86% 0.8% -
XYZ 31.93 26.95 4.68 -
YUV 136.2 67.5 175.64 -
System Red Green Blue C M Y K H S L
Decimal 203 123 29 0 0.39 0.86 0.20 32.41 0.75 0.45
Hex CB 7B 1D 0 27 56 14 20 4B 2D
Octal 313 173 35 0 47 126 24 40 113 55
Binary 11001011 1111011 11101 0 100111 1010110 10100 100000 1001011 101101

Color Harmonies of #CB7B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7B1D

Black with #CB7B1D

Text Example


Text Example

White with #CB7B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7B1D; }

 p { color: rgb(203,123,29); }

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

background-color css

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

 a { background-color: rgb(203,123,29); }

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

border-color css

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

 span { border-color: rgb(203,123,29); }

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