Html Css Color HEX #CB821D Ochre

📋 copy color: '#CB821D'

red 203 ◦ green 130 ◦ blue 29

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

Shades of Ochre #CB821D

Tints of Ochre #CB821D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

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

R = 56.08%
G = 35.91%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB821D (or 0xCB821D) is known color: Ochre. HEX triplet: CB, 82 and 1D. RGB value is (203,130,29). Sum of RGB (Red+Green+Blue) = 203+130+29=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB821D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB821D is #347DE2. Grayscale: #8C8C8C. Windows color (decimal): -3440099 or 1934027. OLE color: 1934027.

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

Color convert

RGB 203 130 29 -
CMYK 0 0.36 0.86 0.20
HSL 34.83º 0.75% 0.45% -
HSV(B) 34.83º 0.86% 0.8% -
XYZ 32.83 28.75 4.98 -
YUV 140.31 65.18 172.71 -
System Red Green Blue C M Y K H S L
Decimal 203 130 29 0 0.36 0.86 0.20 34.83 0.75 0.45
Hex CB 82 1D 0 24 56 14 23 4B 2D
Octal 313 202 35 0 44 126 24 43 113 55
Binary 11001011 10000010 11101 0 100100 1010110 10100 100011 1001011 101101

Color Harmonies of #CB821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB821D

Black with #CB821D

Text Example


Text Example

White with #CB821D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB821D; }

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

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

background-color css

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

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

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

border-color css

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

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

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