Html Css Color HEX #CB7321 Ochre

📋 copy color: '#CB7321'

red 203 ◦ green 115 ◦ blue 33

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

Shades of Ochre #CB7321

Tints of Ochre #CB7321

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.76%

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

R = 57.83%
G = 32.76%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB7321 (or 0xCB7321) is known color: Ochre. HEX triplet: CB, 73 and 21. RGB value is (203,115,33). Sum of RGB (Red+Green+Blue) = 203+115+33=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7321 is #348CDE. Grayscale: #848484. Windows color (decimal): -3443935 or 2192331. OLE color: 2192331.

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

Color convert

RGB 203 115 33 -
CMYK 0 0.43 0.84 0.20
HSL 28.94º 0.72% 0.46% -
HSV(B) 28.94º 0.84% 0.8% -
XYZ 31.03 25.07 4.64 -
YUV 131.96 72.15 178.67 -
System Red Green Blue C M Y K H S L
Decimal 203 115 33 0 0.43 0.84 0.20 28.94 0.72 0.46
Hex CB 73 21 0 2B 54 14 1D 48 2E
Octal 313 163 41 0 53 124 24 35 110 56
Binary 11001011 1110011 100001 0 101011 1010100 10100 11101 1001000 101110

Color Harmonies of #CB7321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7321

Black with #CB7321

Text Example


Text Example

White with #CB7321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7321; }

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

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

background-color css

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

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

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

border-color css

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

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

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