Html Css Color HEX #CA730B Ochre

📋 copy color: '#CA730B'

red 202 ◦ green 115 ◦ blue 11

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

Shades of Ochre #CA730B

Tints of Ochre #CA730B

RGB

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

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

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

R = 61.59%
G = 35.06%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA730B (or 0xCA730B) is known color: Ochre. HEX triplet: CA, 73 and 0B. RGB value is (202,115,11). Sum of RGB (Red+Green+Blue) = 202+115+11=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA730B is #358CF4. Grayscale: #818181. Windows color (decimal): -3509493 or 750538. OLE color: 750538.

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

Color convert

RGB 202 115 11 -
CMYK 0 0.43 0.95 0.21
HSL 32.67º 0.9% 0.42% -
HSV(B) 32.67º 0.95% 0.79% -
XYZ 30.55 24.84 3.5 -
YUV 129.16 61.32 179.96 -
System Red Green Blue C M Y K H S L
Decimal 202 115 11 0 0.43 0.95 0.21 32.67 0.9 0.42
Hex CA 73 B 0 2B 5F 15 21 5A 2A
Octal 312 163 13 0 53 137 25 41 132 52
Binary 11001010 1110011 1011 0 101011 1011111 10101 100001 1011010 101010

Color Harmonies of #CA730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA730B

Black with #CA730B

Text Example


Text Example

White with #CA730B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA730B; }

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

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

background-color css

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

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

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

border-color css

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

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

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