Html Css Color HEX #CB740A Ochre

📋 copy color: '#CB740A'

red 203 ◦ green 116 ◦ blue 10

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

Shades of Ochre #CB740A

Tints of Ochre #CB740A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.26%

 BLUE value IS 10 (4.3% from 255) = 3.04%

R = 61.7%
G = 35.26%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB740A (or 0xCB740A) is known color: Ochre. HEX triplet: CB, 74 and 0A. RGB value is (203,116,10). Sum of RGB (Red+Green+Blue) = 203+116+10=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB740A is #348BF5. Grayscale: #828282. Windows color (decimal): -3443702 or 685259. OLE color: 685259.

HSL color Cylindrical-coordinate representation of color #CB740A: hue angle of 32.95º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB740A is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 116 10 -
CMYK 0 0.43 0.95 0.20
HSL 32.95º 0.91% 0.42% -
HSV(B) 32.95º 0.95% 0.8% -
XYZ 30.93 25.21 3.52 -
YUV 129.93 60.32 180.12 -
System Red Green Blue C M Y K H S L
Decimal 203 116 10 0 0.43 0.95 0.20 32.95 0.91 0.42
Hex CB 74 A 0 2B 5F 14 21 5B 2A
Octal 313 164 12 0 53 137 24 41 133 52
Binary 11001011 1110100 1010 0 101011 1011111 10100 100001 1011011 101010

Color Harmonies of #CB740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB740A

Black with #CB740A

Text Example


Text Example

White with #CB740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB740A; }

 p { color: rgb(203,116,10); }

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

background-color css

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

 a { background-color: rgb(203,116,10); }

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

border-color css

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

 span { border-color: rgb(203,116,10); }

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