Html Css Color HEX #CB841A Ochre

📋 copy color: '#CB841A'

red 203 ◦ green 132 ◦ blue 26

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

Shades of Ochre #CB841A

Tints of Ochre #CB841A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.57%

 BLUE value IS 26 (10.55% from 255) = 7.2%

R = 56.23%
G = 36.57%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB841A (or 0xCB841A) is known color: Ochre. HEX triplet: CB, 84 and 1A. RGB value is (203,132,26). Sum of RGB (Red+Green+Blue) = 203+132+26=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB841A is #347BE5. Grayscale: #8D8D8D. Windows color (decimal): -3439590 or 1737931. OLE color: 1737931.

HSL color Cylindrical-coordinate representation of color #CB841A: hue angle of 35.93º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB841A is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 132 26 -
CMYK 0 0.35 0.87 0.20
HSL 35.93º 0.77% 0.45% -
HSV(B) 35.93º 0.87% 0.8% -
XYZ 33.07 29.27 4.88 -
YUV 141.15 63.02 172.12 -
System Red Green Blue C M Y K H S L
Decimal 203 132 26 0 0.35 0.87 0.20 35.93 0.77 0.45
Hex CB 84 1A 0 23 57 14 24 4D 2D
Octal 313 204 32 0 43 127 24 44 115 55
Binary 11001011 10000100 11010 0 100011 1010111 10100 100100 1001101 101101

Color Harmonies of #CB841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB841A

Black with #CB841A

Text Example


Text Example

White with #CB841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB841A; }

 p { color: rgb(203,132,26); }

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

background-color css

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

 a { background-color: rgb(203,132,26); }

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

border-color css

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

 span { border-color: rgb(203,132,26); }

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