Html Css Color HEX #CB7921 Ochre

📋 copy color: '#CB7921'

red 203 ◦ green 121 ◦ blue 33

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

Shades of Ochre #CB7921

Tints of Ochre #CB7921

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.89%

 BLUE value IS 33 (13.28% from 255) = 9.24%

R = 56.86%
G = 33.89%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB7921 (or 0xCB7921) is known color: Ochre. HEX triplet: CB, 79 and 21. RGB value is (203,121,33). Sum of RGB (Red+Green+Blue) = 203+121+33=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7921 is #3486DE. Grayscale: #878787. Windows color (decimal): -3442399 or 2193867. OLE color: 2193867.

HSL color Cylindrical-coordinate representation of color #CB7921: hue angle of 31.06º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB7921 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 121 33 -
CMYK 0 0.40 0.84 0.20
HSL 31.06º 0.72% 0.46% -
HSV(B) 31.06º 0.84% 0.8% -
XYZ 31.74 26.48 4.88 -
YUV 135.49 70.17 176.16 -
System Red Green Blue C M Y K H S L
Decimal 203 121 33 0 0.40 0.84 0.20 31.06 0.72 0.46
Hex CB 79 21 0 28 54 14 1F 48 2E
Octal 313 171 41 0 50 124 24 37 110 56
Binary 11001011 1111001 100001 0 101000 1010100 10100 11111 1001000 101110

Color Harmonies of #CB7921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7921

Black with #CB7921

Text Example


Text Example

White with #CB7921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7921; }

 p { color: rgb(203,121,33); }

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

background-color css

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

 a { background-color: rgb(203,121,33); }

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

border-color css

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

 span { border-color: rgb(203,121,33); }

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