Html Css Color HEX #CB7726 Ochre

📋 copy color: '#CB7726'

red 203 ◦ green 119 ◦ blue 38

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

Shades of Ochre #CB7726

Tints of Ochre #CB7726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.56%

R = 56.39%
G = 33.06%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB7726 (or 0xCB7726) is known color: Ochre. HEX triplet: CB, 77 and 26. RGB value is (203,119,38). Sum of RGB (Red+Green+Blue) = 203+119+38=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7726 is #3488D9. Grayscale: #878787. Windows color (decimal): -3442906 or 2521035. OLE color: 2521035.

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

Color convert

RGB 203 119 38 -
CMYK 0 0.41 0.81 0.20
HSL 29.45º 0.68% 0.47% -
HSV(B) 29.45º 0.81% 0.8% -
XYZ 31.58 26.03 5.19 -
YUV 134.88 73.33 176.59 -
System Red Green Blue C M Y K H S L
Decimal 203 119 38 0 0.41 0.81 0.20 29.45 0.68 0.47
Hex CB 77 26 0 29 51 14 1D 44 2F
Octal 313 167 46 0 51 121 24 35 104 57
Binary 11001011 1110111 100110 0 101001 1010001 10100 11101 1000100 101111

Color Harmonies of #CB7726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7726

Black with #CB7726

Text Example


Text Example

White with #CB7726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7726; }

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

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

background-color css

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

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

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

border-color css

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

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

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