Html Css Color HEX #CB761D Ochre

📋 copy color: '#CB761D'

red 203 ◦ green 118 ◦ blue 29

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

Shades of Ochre #CB761D

Tints of Ochre #CB761D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.71%

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

R = 58%
G = 33.71%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB761D (or 0xCB761D) is known color: Ochre. HEX triplet: CB, 76 and 1D. RGB value is (203,118,29). Sum of RGB (Red+Green+Blue) = 203+118+29=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB761D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB761D is #3489E2. Grayscale: #858585. Windows color (decimal): -3443171 or 1930955. OLE color: 1930955.

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

Color convert

RGB 203 118 29 -
CMYK 0 0.42 0.86 0.20
HSL 30.69º 0.75% 0.45% -
HSV(B) 30.69º 0.86% 0.8% -
XYZ 31.33 25.74 4.48 -
YUV 133.27 69.16 177.74 -
System Red Green Blue C M Y K H S L
Decimal 203 118 29 0 0.42 0.86 0.20 30.69 0.75 0.45
Hex CB 76 1D 0 2A 56 14 1F 4B 2D
Octal 313 166 35 0 52 126 24 37 113 55
Binary 11001011 1110110 11101 0 101010 1010110 10100 11111 1001011 101101

Color Harmonies of #CB761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB761D

Black with #CB761D

Text Example


Text Example

White with #CB761D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB761D; }

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

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

background-color css

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

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

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

border-color css

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

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

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