Html Css Color HEX #CA720B Ochre

📋 copy color: '#CA720B'

red 202 ◦ green 114 ◦ blue 11

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

Shades of Ochre #CA720B

Tints of Ochre #CA720B

RGB

 RED value IS 202 (79.3% from 255) = 61.77%

 GREEN value IS 114 (44.92% from 255) = 34.86%

 BLUE value IS 11 (4.69% from 255) = 3.36%

R = 61.77%
G = 34.86%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA720B (or 0xCA720B) is known color: Ochre. HEX triplet: CA, 72 and 0B. RGB value is (202,114,11). Sum of RGB (Red+Green+Blue) = 202+114+11=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA720B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA720B is #358DF4. Grayscale: #818181. Windows color (decimal): -3509749 or 750282. OLE color: 750282.

HSL color Cylindrical-coordinate representation of color #CA720B: hue angle of 32.36º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA720B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 114 11 -
CMYK 0 0.44 0.95 0.21
HSL 32.36º 0.9% 0.42% -
HSV(B) 32.36º 0.95% 0.79% -
XYZ 30.43 24.62 3.46 -
YUV 128.57 61.65 180.38 -
System Red Green Blue C M Y K H S L
Decimal 202 114 11 0 0.44 0.95 0.21 32.36 0.9 0.42
Hex CA 72 B 0 2C 5F 15 20 5A 2A
Octal 312 162 13 0 54 137 25 40 132 52
Binary 11001010 1110010 1011 0 101100 1011111 10101 100000 1011010 101010

Color Harmonies of #CA720B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA720B

Black with #CA720B

Text Example


Text Example

White with #CA720B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA720B; }

 p { color: rgb(202,114,11); }

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

background-color css

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

 a { background-color: rgb(202,114,11); }

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

border-color css

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

 span { border-color: rgb(202,114,11); }

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