Html Css Color HEX #CB772B Ochre

📋 copy color: '#CB772B'

red 203 ◦ green 119 ◦ blue 43

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

Shades of Ochre #CB772B

Tints of Ochre #CB772B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.78%

R = 55.62%
G = 32.6%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB772B (or 0xCB772B) is known color: Ochre. HEX triplet: CB, 77 and 2B. RGB value is (203,119,43). Sum of RGB (Red+Green+Blue) = 203+119+43=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB772B is #3488D4. Grayscale: #878787. Windows color (decimal): -3442901 or 2848715. OLE color: 2848715.

HSL color Cylindrical-coordinate representation of color #CB772B: hue angle of 28.5º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB772B is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 119 43 -
CMYK 0 0.41 0.79 0.20
HSL 28.5º 0.65% 0.48% -
HSV(B) 28.5º 0.79% 0.8% -
XYZ 31.66 26.06 5.65 -
YUV 135.45 75.83 176.18 -
System Red Green Blue C M Y K H S L
Decimal 203 119 43 0 0.41 0.79 0.20 28.5 0.65 0.48
Hex CB 77 2B 0 29 4F 14 1C 41 30
Octal 313 167 53 0 51 117 24 34 101 60
Binary 11001011 1110111 101011 0 101001 1001111 10100 11100 1000001 110000

Color Harmonies of #CB772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB772B

Black with #CB772B

Text Example


Text Example

White with #CB772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB772B; }

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

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

background-color css

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

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

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

border-color css

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

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

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