Html Css Color HEX #230706 Seal Brown

📋 copy color: '#230706'

red 35 ◦ green 7 ◦ blue 6

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

Shades of Seal Brown #230706

Tints of Seal Brown #230706

RGB

 RED value IS 35 (14.06% from 255) = 72.92%

 GREEN value IS 7 (3.13% from 255) = 14.58%

 BLUE value IS 6 (2.73% from 255) = 12.5%

R = 72.92%
G = 14.58%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.86

RGB Variations

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

Color information

#230706 (or 0x230706) is known color: Seal Brown. HEX triplet: 23, 07 and 06. RGB value is (35,7,6). Sum of RGB (Red+Green+Blue) = 35+7+6=48 (6% of max value = 765). Red value is 35 (14.06% from 255 or 72.92% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 6 (2.73% from 255 or 12.5% from 48); Max value from RGB is 35 - color contains mainly: red. Hex color #230706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230706 is #DCF8F9. Grayscale: #0F0F0F. Windows color (decimal): -14481658 or 395043. OLE color: 395043.

HSL color Cylindrical-coordinate representation of color #230706: hue angle of 2.07º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #230706 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 7 6 -
CMYK 0 0.80 0.83 0.86
HSL 2.07º 0.71% 0.08% -
HSV(B) 2.07º 0.83% 0.14% -
XYZ 0.8 0.52 0.23 -
YUV 15.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 35 7 6 0 0.80 0.83 0.86 2.07 0.71 0.08
Hex 23 7 6 0 50 53 56 2 47 8
Octal 43 7 6 0 120 123 126 2 107 10
Binary 100011 111 110 0 1010000 1010011 1010110 10 1000111 1000

Color Harmonies of #230706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230706

Black with #230706

Text Example


Text Example

White with #230706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230706; }

 p { color: rgb(35,7,6); }

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

background-color css

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

 a { background-color: rgb(35,7,6); }

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

border-color css

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

 span { border-color: rgb(35,7,6); }

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