Html Css Color HEX #CB771D Ochre

📋 copy color: '#CB771D'

red 203 ◦ green 119 ◦ blue 29

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

Shades of Ochre #CB771D

Tints of Ochre #CB771D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.9%

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

R = 57.83%
G = 33.9%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB771D (or 0xCB771D) is known color: Ochre. HEX triplet: CB, 77 and 1D. RGB value is (203,119,29). Sum of RGB (Red+Green+Blue) = 203+119+29=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB771D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB771D is #3488E2. Grayscale: #868686. Windows color (decimal): -3442915 or 1931211. OLE color: 1931211.

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

Color convert

RGB 203 119 29 -
CMYK 0 0.41 0.86 0.20
HSL 31.03º 0.75% 0.45% -
HSV(B) 31.03º 0.86% 0.8% -
XYZ 31.45 25.98 4.52 -
YUV 133.86 68.83 177.32 -
System Red Green Blue C M Y K H S L
Decimal 203 119 29 0 0.41 0.86 0.20 31.03 0.75 0.45
Hex CB 77 1D 0 29 56 14 1F 4B 2D
Octal 313 167 35 0 51 126 24 37 113 55
Binary 11001011 1110111 11101 0 101001 1010110 10100 11111 1001011 101101

Color Harmonies of #CB771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB771D

Black with #CB771D

Text Example


Text Example

White with #CB771D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB771D; }

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

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

background-color css

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

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

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

border-color css

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

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

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